PowerTools PlusPak for Windows Forms 8.0J
FillClosedCurve(Brush,PointF[]) メソッド

塗りつぶしの特性を決定するBrushオブジェクト。
スプラインを定義するPointF構造体の配列。
PointF構造体の配列で定義された閉じたカーディナルスプライン曲線の内側を塗りつぶします。
構文
Public Overloads Sub FillClosedCurve( _
   ByVal brush As Brush, _
   ByVal points() As PointF _
) 
public void FillClosedCurve( 
   Brush brush,
   PointF[] points
)

パラメータ

brush
塗りつぶしの特性を決定するBrushオブジェクト。
points
スプラインを定義するPointF構造体の配列。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

Graphics クラス
Graphics メンバ
オーバーロード一覧

Send Feedback